ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class
Properties


In This Topic
    ChartSeriesBase<T> Class Members
    In This Topic

    The following tables list the members exposed by ChartSeriesBase<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates one ChartSeriesBase<T> instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.  
    Public PropertyGets or sets the x-axis for the series.  
    Public PropertyGets or sets the y-axis for the series.  
    Public PropertyGets or sets the name of the property that contains Y values for the series.  
    Public PropertyGets or sets the name of the property that contains X values for the series.  
    Public PropertyGets or sets the series CSS class.  
    Public PropertyGets or sets a value that determines whether to interpolate null values in the data.  
    Public PropertyGets or sets the itemFormatter client-side function name for specific series  
    Public PropertyGets or sets the ItemsSource settings. Inherited from ItemsBoundControl.  
    Public PropertyGets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.  
    Public PropertyOccurs when series is rendered.  
    Public PropertyOccurs when series is rendering.  
    Public PropertyGets or sets the series style.  
    Public PropertyGets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyGets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyGets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertySets or Gets the tooltip content for specific chart series  
    Public PropertyGets or sets an enumerated value indicating whether and where the series appears.  
    Top
    See Also